home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / gfx / x11 / amiwm0_20pl28.readme < prev    next >
Text File  |  1996-11-04  |  7KB  |  191 lines

  1. Short:    X window manager, Amiga WB like
  2. Author:   marcus@lysator.liu.se <Marcus Comstedt>
  3. Uploader: supp@ira.ira.uka.de <Mathias Supp>
  4. Type:     gfx/x11
  5.  
  6. < amiwm >  by Marcus Comstedt (marcus@lysator.liu.se)
  7.  
  8.  
  9. 0. Legal notices
  10.  
  11. This program is distributed as FreeWare.  The copyright remains with
  12. the author.
  13.  
  14. Amiga and Workbench are registered trademarks of Amiga Technologies GMBH.
  15.  
  16. 1. Intro
  17.  
  18. This is amiwm, an X window manager that tries to make your workstation
  19. look like an Amiga®.  "Why?" you ask.  Because I wanted it to.  So there!
  20.  
  21. 2. Compiling etc.
  22.  
  23. For instructions on building and installing, read the file INSTALL.
  24.  
  25. 3. Configuration
  26.  
  27. amiwm reads the file .amiwmrc in the directory pointed to by $HOME
  28. when starting.  If this file does not exist, it reads the file
  29. system.amiwmrc instead.
  30.  
  31. The configuration file can contain any of the following statements:
  32.  
  33. FastQuit {yes|no}
  34.  
  35. Specifies whether amiwm should quit directly when the Quit menu item
  36. is selected, rather than popping up a requester.
  37. (on/off or true/false can be used instead of yes/no.)
  38.  
  39. SizeBorder {right|bottom|both|none}
  40.  
  41. Specifies which border should be enlarged when a sizegadget is present.
  42.  
  43. ForceMove {manual|auto|always}
  44.  
  45. Enables you to move windows outside the perimeter of the root window
  46. when pressing shift, when trying to drag at least 25% of the window
  47. ofscreen, or always, respectively.
  48.  
  49. IconDir "path"
  50.  
  51. Specifies a directory in which amiwm will look for icons.
  52.  
  53. DefaultIcon "name"
  54.  
  55. Gives the filename of the .info file to use as a default icon.
  56. It is relative to the IconDir.
  57.  
  58. IconPalette {system|magicwb}
  59.  
  60. Selects either the Workbench® default palette, or the MagicWorkbench
  61. standard palette for use with icons.
  62.  
  63. ScreenFont "fontname"
  64.  
  65. Selects a font to use for windowtitles etc.
  66.  
  67. IconFont "fontname"
  68.  
  69. Selects a font for icontitles.
  70.  
  71. {detailpen|blockpen|textpen|shinepen|shadowpen|fillpen|filltextpen|
  72.     backgroundpen|highlighttextpen|bardetailpen|barblockpen|
  73.     bartrimpen} "colorname"
  74.  
  75. Modifies the colour scheme for the window manager.
  76.  
  77. ToolItem "name" "command"
  78.  
  79. Adds an item in the Tools menu with the specified name, which executes
  80. the command when selected.
  81.  
  82. ToolItem Separator
  83.  
  84. Inserts a separator bar in the Tools menu.
  85.  
  86. ToolItem "name" { <tool item commands> }
  87.  
  88. Create ToolItem:s in a submenu with the specified name.  It is not legal
  89. to create a submenu inside another submenu.
  90.  
  91. Screen "name"
  92.  
  93. Create a new screen with the specified name.  It will be placed below all
  94. earlier created screens.  To move a window between two screens, iconify it
  95. and drag the icon over to the other screen.
  96.  
  97. ModulePath "path(:path...)"
  98.  
  99. Sets one or more directories where amiwm will look for module binaries.
  100. The default is AMIWM_HOME.  Note that the module binaries cannot be
  101. shared amongst different architectures.
  102.  
  103. Module "name" ["initstring"]
  104.  
  105. Start a module with the specified name.  If initstring is specified, it
  106. is sent to the module.  There are currently two modules shipped with
  107. amiwm; Background and Keyboard.  These are documented in the file
  108. README.modules.  If a module is limited to a single screen, like the
  109. Background module, the screen that was created last is used.
  110.  
  111. InterScreenGap number
  112.  
  113. Sets the size in number of pixels of the "video DMA off" area that appears
  114. between screens when they are dragged.
  115.  
  116. AutoRaise {yes|no}
  117.  
  118. Selects wheteher windows will automatically be moved to the front when
  119. they are activated.
  120.  
  121.  
  122. 4. Troubleshooting
  123.  
  124. The most likely reason for the windowmanager to crash is if it
  125. can't find its default icon, or if this is not accepted as an
  126. .info file.  If this happens, amiwm _will_ dump core.  So make
  127. sure that either 'make install' runs successfully (in which case
  128. amiwm will know where its icon is), or that the file .amiwmrc
  129. contains a correct specification of the icon's location.
  130.  
  131. Don't mail me bug reports just because amiwm prints "Bad Window" on
  132. stderr once in a while.  Redirect it to /dev/null or live with it.  :)
  133.  
  134.  
  135. ============================= Archive contents =============================
  136.  
  137. Original  Packed Ratio    Date     Time    Name
  138. -------- ------- ----- --------- --------  -------------
  139.       89      75 15.7% 09-Feb-96 06:18:22 +alloc.h
  140.     3852    1849 51.9% 02-Aug-96 09:09:26 +amiwm.1
  141.      130      95 26.9% 04-Apr-96 09:12:26 +Background
  142.     7819    2118 72.9% 31-Jul-96 10:57:12 +client.c
  143.      706     344 51.2% 26-Feb-96 10:07:28 +client.h
  144.    66551   17183 74.1% 02-Aug-96 11:49:14 +configure
  145.     1340     738 44.9% 02-Aug-96 11:49:06 +configure.in
  146.     4471    1661 62.8% 20-Nov-95 18:57:56 +def_tool.info
  147.     5688    2232 60.7% 13-Mar-96 10:36:24 +diskobject.c
  148.    10536    3011 71.4% 02-Aug-96 08:31:00 +executecmd.c
  149.    16452    3730 77.3% 30-Jul-96 03:18:10 +frame.c
  150.     3611    1329 63.1% 18-May-96 08:05:14 +gram.y
  151.     4339    1533 64.6% 26-Apr-96 12:06:10 +icc.c
  152.      484     250 48.3% 16-Mar-96 09:13:08 +icc.h
  153.    10317    3089 70.0% 26-Apr-96 13:30:52 +icon.c
  154.      315     199 36.8% 26-Apr-96 11:58:08 +icon.h
  155.     1012     536 47.0% 04-Apr-96 07:22:54 +INSTALL
  156.     4771    1857 61.0% 02-Dec-95 11:50:54 +install-sh
  157.     3431    1228 64.2% 02-Aug-96 13:54:14 +kbdlexer.l
  158.     1317     642 51.2% 10-Apr-96 13:55:50 +kbdmodule.y
  159.     1210     567 53.1% 23-May-96 04:31:56 +lex.l
  160.      489     249 49.0% 01-Apr-96 08:50:48 +broker.c
  161.     3639    1369 62.3% 20-Feb-96 12:16:32 +drawinfo.c
  162.     2258     823 63.5% 20-Feb-96 12:42:50 +drawinfo.h
  163.     1508     637 57.7% 27-Apr-96 16:03:46 +error.c
  164.      481     248 48.4% 01-Apr-96 09:23:34 +eventdispatcher.c
  165.     3556    1215 65.8% 04-Apr-96 07:36:48 +hotkey.c
  166.      488     275 43.6% 04-Apr-96 07:36:22 +kbdsupport.c
  167.     4498    1547 65.6% 31-Jul-96 05:40:40 +libami.h
  168.     2037     486 76.1% 18-Apr-96 14:18:40 +lists.c
  169.     1007     495 50.8% 27-Apr-96 16:00:24 +Makefile.in
  170.      320     152 52.5% 04-Apr-96 06:26:00 +mdscreen.c
  171.     3886    1282 67.0% 02-Aug-96 12:39:48 +module.c
  172.    13068    3858 70.4% 02-Aug-96 12:40:28 +readargs.c
  173.    32091    8979 72.0% 01-Aug-96 06:13:58 +main.c
  174.     4099    1471 64.1% 02-Aug-96 11:25:34 +Makefile.in
  175.    21467    5257 75.5% 02-Aug-96 14:26:28 +menu.c
  176.    10108    3028 70.0% 31-Jul-96 10:17:56 +module.c
  177.      789     353 55.2% 04-Apr-96 09:12:26 +module.h
  178.      270     177 34.4% 31-Mar-96 07:07:04 +prefs.h
  179.     2938    1223 58.3% 31-Mar-96 07:06:18 +rc.c
  180.     3798    1844 51.4% 04-Apr-96 07:39:38 +README
  181.     2039     926 54.5% 04-Apr-96 07:57:12 +README.modules
  182.     8252    2557 69.0% 31-Jul-96 05:38:50 +requestchoice.c
  183.      204     149 26.9% 20-Nov-95 18:58:02 +scoptions
  184.     5961    2026 66.0% 26-Apr-96 12:05:32 +screen.c
  185.      640     354 44.6% 01-Apr-96 11:51:06 +screen.h
  186.      866     400 53.8% 20-Nov-95 18:58:02 +smakefile
  187.      150     127 15.3% 04-Apr-96 07:33:10 +system.amiwmrc
  188.       27      27  0.0% 31-Jul-96 10:19:24 +version.h
  189. -------- ------- ----- --------- --------
  190.   279375   85800 69.2% 31-Oct-96 10:35:30   50 files
  191.